silence uselib_local warning produced by waf
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 3 Apr 2022 04:57:38 +0000 (07:57 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 15 May 2026 03:38:23 +0000 (06:38 +0300)
commit2d6d49fa6f743519734c524d7c61c286d493fedd
treed53f70c7d731ae4cc1a4778c4ebec9d287a12118
parentf6f5184d2241faf336723e07934e6e7f32ab71b2
silence uselib_local warning produced by waf

During config/build process in verbose mode, waf produces
about 2k repetitions of this warning:

  compat: "uselib_local" is deprecated, replace by "use"

which clutters the build log.

Comment this warning out for now until it will be
fixed properly.

Gbp-Pq: Name silence-waf-uselib_local.diff
buildtools/wafsamba/samba_waf18.py